home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-09-13 | 443 b | 19 lines |
- [SUBJECT]
- Description=Print out the ASCII code and it's symbol
- ImageIndex=-1
- Folder=Tools
-
- [BODY_TEXT]
- ;<script language="JavaScript">
- ;<!-- Begin
- ;for(var count=33; count<255; count++) {
- ;document.write('<center><table border=0><tr><td align=left>' + count);
- ;document.write('</td><td align=center>= </td><td align=right>' + '&' + '#');
- ;document.write(count + ';</td></tr></table></center>');
- ;}
- ;// End -->
- ;</script>
- ;
-
-
-